defaultButtonsStyle top-level property

ButtonsStyle defaultButtonsStyle

Implementation

ButtonsStyle get defaultButtonsStyle => const ButtonsStyle(
      backgroundColor: Colors.white,
      textColor: Colors.black,
      radius: 5,
      visible: true,
      text: '',
    );