hubbleButtonLargeStyleTransparent property

HubbleButtonLargeStyle hubbleButtonLargeStyleTransparent
getter/setter pair

Implementation

late var hubbleButtonLargeStyleTransparent =
    HubbleButtonLargeStyle.defaultStyle(
  textStyle: theme.t15Bold18.copyWith(
    color: Colors.black,
    fontWeight: FontWeight.w600,
  ),
  color: Colors.white,
);