LiteFormsTheme constructor
const
LiteFormsTheme({
- required TextStyle defaultTextStyle,
- InputDecoration? inputDecoration,
- Color? shadowColor,
- Color? dropSelectorChipColor,
- BoxDecoration? filePickerDecoration,
- Color? destructiveColor,
Implementation
const LiteFormsTheme({
required this.defaultTextStyle,
this.inputDecoration,
this.shadowColor,
this.dropSelectorChipColor,
this.filePickerDecoration,
this.destructiveColor,
});