MaterialOutlineGeneralFrameworkButtonGeneralWidget constructor
const
MaterialOutlineGeneralFrameworkButtonGeneralWidget({
- Key? key,
- Color? color,
- double? width,
- double? height = 50,
- BoxConstraints? constraints,
- required EdgeInsets margin,
- required BorderRadius borderRadius,
- required String text,
- required bool isLoading,
- required void onPressed()?,
UncompleteDocumentation
Implementation
const MaterialOutlineGeneralFrameworkButtonGeneralWidget({
super.key,
this.color,
this.width,
this.height = 50,
this.constraints,
required this.margin,
required this.borderRadius,
required this.text,
required this.isLoading,
required this.onPressed,
});