CustomPointedPopupItem class

Custom Pointed Popup Item

Constructors

CustomPointedPopupItem({String? title, Widget? iconWidget, TextStyle? textStyle, TextAlign? textAlign, Widget? itemWidget})

Properties

getIconWidget Widget?
no setter
getItemWidget Widget?
no setter
getTextAlign TextAlign
no setter
getTextStyle TextStyle
no setter
getTitle String?
no setter
hashCode int
The hash code for this object.
no setterinherited
iconWidget Widget?
getter/setter pair
itemWidget Widget?
Adding this would replace the popup default item to item widget.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign TextAlign?
getter/setter pair
textStyle TextStyle?
getter/setter pair
title String?
getter/setter pair

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