ShowMoreTextPopup class

Constructors

ShowMoreTextPopup(BuildContext context, {double? height, double? width, VoidCallback? onDismiss, Color? backgroundColor, String? text, TextStyle? textStyle, BorderRadius? borderRadius, EdgeInsetsGeometry? padding})

Properties

arrowHeight double
getter/setter pair
context BuildContext
getter/setter pair
dismissCallback VoidCallback?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildPopupLayout(Offset offset) LayoutBuilder
Builds Layout of popup for specific offset
dismiss() → void
Dismisses the popup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({Rect? rect, GlobalKey<State<StatefulWidget>>? widgetKey}) → void
Shows a popup near a widget with key widgetKey or rect.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited