MaterialOutlineGeneralFrameworkBuilderGeneralWidget constructor

const MaterialOutlineGeneralFrameworkBuilderGeneralWidget({
  1. Key? key,
  2. Color? color,
  3. double? height = 50,
  4. double? width,
  5. required BoxConstraints? constraints,
  6. required EdgeInsets margin,
  7. required BorderRadius borderRadius,
  8. required Widget child,
  9. required bool isLoading,
})

UncompleteDocumentation

Implementation

const MaterialOutlineGeneralFrameworkBuilderGeneralWidget({
  super.key,
  this.color,
  this.height = 50,
  this.width,
  required this.constraints,
  required this.margin,
  required this.borderRadius,
  required this.child,
  required this.isLoading,
});