ButtonExtension extension
Static Methods
-
normal(
{required String text, required VoidCallback onPressed, Color backgroundColor = Colors.blue, double borderRadius = 25.0, EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 26.0), Size fixedSize = const Size.fromHeight(50), TextStyle textStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.bold)}) → ElevatedButton -
Available on ElevatedButton, provided by the ButtonExtension extension
创建一个自定义的 ElevatedButton,用于简化具有特定样式和行为按钮的创建。