warning constant

PillStyle const warning

Orange-themed style for warning states.

Implementation

static const PillStyle warning = PillStyle(
  backgroundColor: Color(0xFFFFF3E0),
  borderColor: Color(0xFFFFCC80),
  labelColor: Color(0xFFEF6C00),
);