PopUpInfoBuilder class

Constructors

PopUpInfoBuilder(BuildContext context)

Properties

assetImage String?
getter/setter pair
buttonTextStyle TextStyle?
getter/setter pair
context BuildContext
final
desc String?
getter/setter pair
descTextStyle TextStyle?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDismiss bool?
getter/setter pair
onClickBottom ↔ (dynamic Function()?)
getter/setter pair
onClickClose ↔ (dynamic Function()?)
getter/setter pair
onDismiss ↔ (dynamic Function()?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showButton bool?
getter/setter pair
textButton String?
getter/setter pair
title String?
getter/setter pair
titleTextStyle TextStyle?
getter/setter pair

Methods

build() PopUpInfo
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