[FIX] border in link button
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
//s1 PACKAGES
|
||||
//---------------
|
||||
//s2 CORE
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
//s2 3RD-PARTY
|
||||
//
|
||||
@@ -89,6 +90,9 @@ class AstromicLinkButton extends StatelessWidget {
|
||||
//
|
||||
style: (isEnabled, isHighlighted) => AstromicButtonStyle(
|
||||
contentPadding: contentPadding,
|
||||
borderWidth: 0,
|
||||
borderRadius: BorderRadius.zero,
|
||||
borderColor: Colors.transparent,
|
||||
),
|
||||
//
|
||||
child: (isEnabled, isHighlighted) => Row(
|
||||
|
||||
Reference in New Issue
Block a user