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