DialogConfig class

Constructors

DialogConfig({Color backgroundColor = const Color(0xFF444448), Color searchBoxBackgroundColor = const Color(0xFF56565a), Color searchBoxIconColor = const Color(0xFFFAFAFA), double countryItemHeight = 55, double itemFlagSize = 30, bool flatFlag = false, Color selectedItemColor = const Color(0xFF56565a), Color topBarColor = const Color(0xFF1B1C24), double searchBoxRadius = 7, String title = "Country Codes", String searchHintText = "Search", Widget? selectedIcon, TextStyle? textStyle, TextStyle? searchBoxTextStyle, TextStyle? titleStyle, TextStyle? searchBoxHintStyle})

Properties

backgroundColor Color
getter/setter pair
countryItemHeight double
getter/setter pair
flatFlag bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemFlagSize double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBoxBackgroundColor Color
getter/setter pair
searchBoxHintStyle TextStyle
getter/setter pair
searchBoxIconColor Color
getter/setter pair
searchBoxRadius double
getter/setter pair
searchBoxTextStyle TextStyle
getter/setter pair
searchHintText String
getter/setter pair
selectedIcon Widget
getter/setter pair
selectedItemColor Color
getter/setter pair
textStyle TextStyle
getter/setter pair
title String
getter/setter pair
titleStyle TextStyle
getter/setter pair
topBarColor Color
getter/setter pair

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