SurveyBottomSheet class

Inheritance
  • Object
  • BottomSheetBuilder
  • SurveyBottomSheet

Constructors

SurveyBottomSheet(BuildContext context)

Properties

action Function?
finalinherited
backgroundColor Color?
finalinherited
borderColor Color?
getter/setter pairinherited
buttonColor Color?
getter/setter pairinherited
callback Function?
getter/setter pairinherited
customPadding EdgeInsets?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isError bool?
finalinherited
message String?
finalinherited
primaryActionCallback Function?
getter/setter pairinherited
primaryActionText String?
getter/setter pairinherited
primaryButtonCallback Function?
getter/setter pairinherited
primaryButtonText String?
getter/setter pairinherited
primaryColor Color?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryActionCallback Function?
getter/setter pairinherited
secondaryActionText String?
getter/setter pairinherited
secondaryButtonCallback Function?
getter/setter pairinherited
secondaryButtonText String?
getter/setter pairinherited
showPrimaryButton bool?
getter/setter pairinherited
showSecondaryButton bool?
getter/setter pairinherited
showTertiaryButton bool?
getter/setter pairinherited
tertiaryActionCallback Function?
getter/setter pairinherited
tertiaryActionText String?
getter/setter pairinherited
textColor Color?
finalinherited

Methods

build(BuildContext context) Widget
override
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