CHFActionSheet<T> class

Constructors

CHFActionSheet({Key? key, List<CHFActionSheetItem>? actions, Widget? title, String? cancelText, String? description, Widget? customDescription, bool round = true, double? roundRadius = 0.0, IconData? closeIcon, bool closeOnClickOverlay = true, dynamic onSelect(CHFActionSheetItem actionSheetItem, int index, BuildContext context)?, dynamic onCancel()?, dynamic onClose()?, Widget? child, Color? background = Colors.white, Color? lineColor, Color? spacerColor, Color? cancelColor})
const

Properties

actions List<CHFActionSheetItem>?
final
background Color?
final
cancelColor Color?
final
cancelText String?
final
child Widget?
final
closeIcon IconData?
final
closeOnClickOverlay bool
final
customDescription Widget?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
lineColor Color?
final
onCancel → (dynamic Function()?)
final
onClose → (dynamic Function()?)
final
onSelect → (dynamic Function(CHFActionSheetItem actionSheetItem, int index, BuildContext context)?)
final
round bool
final
roundRadius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacerColor Color?
final
title Widget?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited