LiteFormsTheme constructor

const LiteFormsTheme({
  1. required TextStyle defaultTextStyle,
  2. InputDecoration? inputDecoration,
  3. Color? shadowColor,
  4. Color? dropSelectorChipColor,
  5. BoxDecoration? filePickerDecoration,
  6. Color? destructiveColor,
})

Implementation

const LiteFormsTheme({
  required this.defaultTextStyle,
  this.inputDecoration,
  this.shadowColor,
  this.dropSelectorChipColor,
  this.filePickerDecoration,
  this.destructiveColor,
});