NomoDialog class

Constructors

NomoDialog({dynamic key, required String title, required List actions, required dynamic content, bool? showCloseButton = true, dynamic border, dynamic closeButton, double? elevation = 2, dynamic borderRadius = const BorderRadius.all(Radius.circular(12.0)), dynamic titleStyle, double? widthRatio = 0.75, dynamic padding = const EdgeInsets.all(12.0), dynamic margin = const EdgeInsets.only(bottom: 16), dynamic closeButtonColor, dynamic closeButtonIconColor, double? maxWidth, double? maxHeight, dynamic backgroundColor})
const

Properties

actions List
final
backgroundColor → dynamic
final
border → dynamic
final
borderRadius → dynamic
final
closeButton → dynamic
final
closeButtonColor → dynamic
final
closeButtonIconColor → dynamic
final
content → dynamic
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
margin → dynamic
final
maxHeight double?
final
maxWidth double?
final
padding → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCloseButton bool?
final
title String
final
titleStyle → dynamic
final
widthRatio double?
final

Methods

build(dynamic context) → dynamic
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