ButtonExtension extension

on

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。