- Initial release.
- Screenshot added.
- Theme properties added.
- Override the all theme properties of filter widget using below options -
- TextStyle? titleStyle,
- titleColor,
- activeFilterHeaderColor,
- inActiveFilterHeaderColor,
- activeFilterHeaderStyle,
- activeFilterTextStyle,
- activeFilterTextColor,
- inActiveFilterTextColor,
- inActiveFilterTextStyle,
- resetButtonColor,
- resetButtonStyle,
- submitButtonColor,
- submitButtonStyle,
- divider,
- dividerColor,
- dividerThickness,
- checkBoxTileThemeProps,
- Override the all theme properties of filter widget using below options -
-
Search property added. ** Now user can make the local search for filter option with search decoration and other properties access.
-
Style properties for search view
- OutlineInputBorder? inputBorder;
- Color? fillColor;
- Color? clearIconColor;
- Color? searchIconColor;
- Widget? clearIcon;
- Widget? searchIcon;
- bool? filled;
- String? searchHint;
- TextStyle? textStyle;
- TextStyle? hintStyle;
- Close filter view button added & search trigger called by onChange