ArisCountryListPage constructor
ArisCountryListPage(- String navTitle,
- String cancelButtonText,
- ArisCountryCodeItem initialSelectedItem,
- List<ArisCountryCodeItem> elements,
- List<ArisCountryCodeItem> favoriteElements,
- {Key key,
- double appBarHeight = 44.0,
- bool useCenterTitle = true,
- Color bodyBackgroundColor,
- TextStyle searchStyle,
- TextStyle hintStyle,
- String searchHint = '',
- AppBarTheme appBarTheme,
- TextTheme textTheme,
- TextTheme indexBarTheme,
- bool enableBackToTop = true,
- TextStyle floatingButtonStyle = const TextStyle(color: Colors.white, fontSize: 28.0)}
)
Implementation
ArisCountryListPage(
this.navTitle,
this.cancelButtonText,
this.initialSelectedItem,
this.elements,
this.favoriteElements, {
Key key,
this.appBarHeight = 44.0,
this.useCenterTitle = true,
this.bodyBackgroundColor,
this.searchStyle,
this.hintStyle,
this.searchHint = '',
this.appBarTheme,
this.textTheme,
this.indexBarTheme,
this.enableBackToTop = true,
this.floatingButtonStyle = const TextStyle(
color: Colors.white,
fontSize: 28.0,
),
}) : super(key: key);