LanguageButton class
Constructors
-
LanguageButton({dynamic key, required List<String> supportedLocales, required int currentLanguageIndex, required void handleLanguageSelect(int index), bool showTooltipBelow = true, required String title, bool compact = true})
-
const
Methods
-
build(dynamic context)
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited