ButtonOutlined constructor

const ButtonOutlined({
  1. Key? key,
  2. required String label,
  3. Color? color,
  4. Color? backgroundColor,
  5. double? radius,
  6. BorderRadiusGeometry? borderRadius,
  7. bool? isLoading,
})

Implementation

const ButtonOutlined({super.key, required this.label, this.color, this.backgroundColor, this.radius, this.borderRadius, this.isLoading});