GAppMenuItem class

Constructors

GAppMenuItem({List<GAppMenuItem>? children, required IconData icon, IconData? activeIcon, required String title(BuildContext context), String? path})
const

Properties

activeIcon IconData?
final
children List<GAppMenuItem>?
final
hashCode int
The hash code for this object.
no setteroverride
icon IconData
final
path String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String Function(BuildContext context)
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.
override