CupertinoListTileData class

Constructors

CupertinoListTileData({Key? key, Widget? leading, Widget? title, Widget? subtitle, Widget? trailing, VoidCallback? onTap, double? leadingToTitle, double? leadingSize, EdgeInsetsGeometry? padding, Color? backgroundColor, Color? backgroundColorActivated, Widget? additionalInfo})

Properties

additionalInfo Widget?
getter/setter pair
backgroundColor Color?
getter/setter pair
backgroundColorActivated Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key Key?
finalinherited
leading Widget?
finalinherited
leadingSize double?
getter/setter pair
leadingToTitle double?
getter/setter pair
onTap VoidCallback?
finalinherited
padding EdgeInsetsGeometry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle Widget?
finalinherited
title Widget?
finalinherited
trailing Widget?
finalinherited

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