OutBorderButton constructor
const
OutBorderButton({})
Implementation
const OutBorderButton(
{Key? key,
required this.onPress,
required this.title,
this.disable = false,
this.height = 44,
this.minWidth = 88,
this.titleStyle,
this.decoration,
this.disableColor = const Color(0xff969799),
this.borderColor = const Color(0xff1989FA)})
: super(key: key);