I18nFilterEditor class

Internationalization (i18n) settings for the Filter Editor component.

Constructors

I18nFilterEditor({String bottomNavigationBarText = 'Filter', String back = 'Back', String done = 'Done', I18nFilters filters = const I18nFilters()})
Creates an instance of I18nFilterEditor with customizable internationalization settings.
const

Properties

back String
Text for the "Back" button in the Filter Editor.
final
bottomNavigationBarText String
Text for the bottom navigation bar item that opens the Filter Editor.
final
done String
Text for the "Done" button in the Filter Editor.
final
filters I18nFilters
Internationalization settings for individual filters within the Filter Editor.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited