mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-16 15:56:51 +08:00
v1.1.5
This commit is contained in:
@@ -55,9 +55,9 @@ class _RegExpPageState extends State<RegExpPage> {
|
||||
}
|
||||
|
||||
ButtonStyle get buttonStyle => ButtonStyle(
|
||||
padding: WidgetStateProperty.all<EdgeInsets>(EdgeInsets.symmetric(horizontal: 15, vertical: 8)),
|
||||
textStyle: WidgetStateProperty.all<TextStyle>(TextStyle(fontSize: 14)),
|
||||
shape: WidgetStateProperty.all<RoundedRectangleBorder>(
|
||||
padding: MaterialStateProperty.all<EdgeInsets>(EdgeInsets.symmetric(horizontal: 15, vertical: 8)),
|
||||
textStyle: MaterialStateProperty.all<TextStyle>(TextStyle(fontSize: 14)),
|
||||
shape: MaterialStateProperty.all<RoundedRectangleBorder>(
|
||||
RoundedRectangleBorder(borderRadius: BorderRadius.circular(8))));
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user