ButtonStyle.danger constructor

ButtonStyle.danger()

Implementation

ButtonStyle.danger()
    : this(
        backgroundColor: '#dc3545',
        textStyle: TextStyle(
          color: '#ffffff',
          fontWeight: FontWeight.w600,
          fontSize: 16.0,
        ),
        hoverColor: '#bd2130',
      );