KLListTileItem class

Constructors

KLListTileItem({Key? key, required Widget title, Widget? subtitle, Widget? leading, Widget? trailing, bool hideDivider = false, bool hideChevron = false, IconData? icon, Color? iconColor, double? notificationCount, dynamic onTap()?, CrossAxisAlignment? crossAxisAlignment, String? route, dynamic routeProps})

Properties

crossAxisAlignment CrossAxisAlignment?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideChevron bool
getter/setter pair
hideDivider bool
getter/setter pair
icon IconData?
getter/setter pair
iconColor Color?
getter/setter pair
leading Widget?
getter/setter pair
notificationCount double?
getter/setter pair
onTap ↔ (dynamic Function()?)
getter/setter pair
route String?
getter/setter pair
routeProps ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle Widget?
getter/setter pair
title Widget
getter/setter pair
trailing Widget?
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