MaterialOutlineGeneralFrameworkButtonGeneralWidget constructor

const MaterialOutlineGeneralFrameworkButtonGeneralWidget({
  1. Key? key,
  2. Color? color,
  3. double? width,
  4. double? height = 50,
  5. BoxConstraints? constraints,
  6. required EdgeInsets margin,
  7. required BorderRadius borderRadius,
  8. required String text,
  9. required bool isLoading,
  10. 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,
});