ButtonStyle.warning constructor

ButtonStyle.warning()

Implementation

ButtonStyle.warning()
    : this(
        backgroundColor: '#ffc107',
        textStyle: TextStyle(
          color: '#212529',
          fontWeight: FontWeight.w600,
          fontSize: 16.0,
        ),
        hoverColor: '#e0a800',
      );