-
public final class SearchInputThemeData
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundColorprivate final TextThemeDatatextprivate final TextThemeDatahintTextprivate final IntegercornerRadius
-
Constructor Summary
Constructors Constructor Description SearchInputThemeData(Integer backgroundColor, TextThemeData text, TextThemeData hintText, Integer cornerRadius)
-
Method Summary
Modifier and Type Method Description final IntegergetBackgroundColor()final TextThemeDatagetText()final TextThemeDatagetHintText()final IntegergetCornerRadius()-
-
Constructor Detail
-
SearchInputThemeData
SearchInputThemeData(Integer backgroundColor, TextThemeData text, TextThemeData hintText, Integer cornerRadius)
-
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
-
getText
final TextThemeData getText()
-
getHintText
final TextThemeData getHintText()
-
getCornerRadius
final Integer getCornerRadius()
-
-
-
-