fillGray property
ButtonStyle
get
fillGray
Implementation
static ButtonStyle get fillGray => ElevatedButton.styleFrom(
backgroundColor: appTheme.gray900,
);
static ButtonStyle get fillGray => ElevatedButton.styleFrom(
backgroundColor: appTheme.gray900,
);