PollModalStyleOptions class
Styling extensions specific to the poll modal surface.
- Inheritance
-
- Object
- ModalStyleOptions
- PollModalStyleOptions
Constructors
- PollModalStyleOptions.new({BoxDecoration? outerContainerDecoration, EdgeInsetsGeometry? outerPadding, BoxDecoration? contentDecoration, EdgeInsetsGeometry? contentPadding, TextStyle? titleTextStyle, Widget? closeIcon, ButtonStyle? closeButtonStyle, Color? dividerColor, double? dividerThickness, double? dividerHeight, double? dividerIndent, double? dividerEndIndent, double? width, double? maxWidth, double? height, double? maxHeight, TextStyle? sectionTitleTextStyle, TextStyle? bodyTextStyle, TextStyle? emptyStateTextStyle, ButtonStyle? primaryButtonStyle, ButtonStyle? secondaryButtonStyle, ButtonStyle? destructiveButtonStyle, InputDecoration? questionInputDecoration, TextStyle? questionInputTextStyle, InputDecoration? optionInputDecoration, TextStyle? optionInputTextStyle, TextStyle? pollItemQuestionTextStyle, TextStyle? pollResultTextStyle, TextStyle? pollOptionPreviewTextStyle, TextStyle? currentPollOptionTextStyle, ButtonStyle? createButtonStyle, ButtonStyle? endButtonStyle, ButtonStyle? voteButtonStyle, TextStyle? dropdownTextStyle, String? questionLabelText, String optionLabelBuilder(int index)?})
-
const
Properties
- bodyTextStyle → TextStyle?
-
finalinherited
- closeButtonStyle → ButtonStyle?
-
finalinherited
- closeIcon → Widget?
-
finalinherited
- contentDecoration → BoxDecoration?
-
finalinherited
- contentPadding → EdgeInsetsGeometry?
-
finalinherited
- createButtonStyle → ButtonStyle?
-
final
- currentPollOptionTextStyle → TextStyle?
-
final
- destructiveButtonStyle → ButtonStyle?
-
finalinherited
- dividerColor → Color?
-
finalinherited
- dividerEndIndent → double?
-
finalinherited
- dividerHeight → double?
-
finalinherited
- dividerIndent → double?
-
finalinherited
- dividerThickness → double?
-
finalinherited
- dropdownTextStyle → TextStyle?
-
final
- emptyStateTextStyle → TextStyle?
-
finalinherited
- endButtonStyle → ButtonStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
finalinherited
- maxHeight → double?
-
finalinherited
- maxWidth → double?
-
finalinherited
- optionInputDecoration → InputDecoration?
-
final
- optionInputTextStyle → TextStyle?
-
final
- optionLabelBuilder → String Function(int index)?
-
final
- outerContainerDecoration → BoxDecoration?
-
finalinherited
- outerPadding → EdgeInsetsGeometry?
-
finalinherited
- pollItemQuestionTextStyle → TextStyle?
-
final
- pollOptionPreviewTextStyle → TextStyle?
-
final
- pollResultTextStyle → TextStyle?
-
final
- primaryButtonStyle → ButtonStyle?
-
finalinherited
- questionInputDecoration → InputDecoration?
-
final
- questionInputTextStyle → TextStyle?
-
final
- questionLabelText → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryButtonStyle → ButtonStyle?
-
finalinherited
- sectionTitleTextStyle → TextStyle?
-
finalinherited
- titleTextStyle → TextStyle?
-
finalinherited
- voteButtonStyle → ButtonStyle?
-
final
- width → double?
-
finalinherited
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