AdaptiveModalBottomSheet<T>  class 
 
- Inheritance
- 
    - Object
- AdaptiveFunction<T> 
- AdaptiveModalBottomSheet
 
Constructors
- 
          AdaptiveModalBottomSheet({required Widget title, required List<AdaptiveBottomSheetAction> actions, AdaptiveBottomSheetCancelAction? cancelAction, bool isDismissible = true, Color? bottomSheetColor, double? androidBorderRadius})
- 
          
            const
Properties
- 
  actions
  → List<AdaptiveBottomSheetAction> 
- 
  
  final
- androidBorderRadius → double?
- 
  
  final
- bottomSheetColor → Color?
- 
  
  final
- cancelAction → AdaptiveBottomSheetCancelAction?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isDismissible → bool
- 
  
  final
- name → String
- 
  
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- title → Widget
- 
  
  final
- 
  
  final
Methods
- 
  build(BuildContext context) → Future< T?> 
- 
  
  inherited
- 
  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