FilterView constructor

FilterView({
  1. String title = "Filter",
  2. required List<Widget> children,
  3. EdgeInsets padding = const EdgeInsets.all(0),
  4. Color? backgroundColor,
  5. Color? headerBackgroundColor,
})

Implementation

FilterView({this.title = "Filter", required this.children,this.padding = const EdgeInsets.all(0),this.backgroundColor,this.headerBackgroundColor});