GrockPopupMenuItem class

Constructors

GrockPopupMenuItem({required String title, Widget? child, String? subtitle, Widget? trailing, TextStyle? titleTextStyle, TextStyle? subtitleTextStyle, double height = 40, EdgeInsetsGeometry? padding = const EdgeInsets.symmetric(horizontal: 12), EdgeInsetsGeometry? margin = EdgeInsets.zero, dynamic onTap(int index)?})

Properties

child Widget?
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
margin EdgeInsetsGeometry?
final
onTap → (dynamic Function(int index)?)
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
final
subtitleTextStyle TextStyle?
final
title String
final
titleTextStyle TextStyle?
final
trailing Widget?
final

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