MessageDialog class
Dialog to show a message.
- Inheritance
-
- Object
- Renderable
- Component
- MessageDialog
- Mixed-in types
-
- RouteContract<
void>
- RouteContract<
Constructors
- MessageDialog({required String title, required String message})
-
Dialog to show a message.
const
Properties
Methods
-
build(
ProviderContainer container) → Renderable -
Return a Renderable which is to be displayed.
override
-
getSize(
ProviderContainer container, Axis axis, int crossSize) → int? -
Report this item's intrinsic size, or null if it has none.
inherited
-
getUsageInfo(
ProviderContainer container) → UsageInfo -
Return usage info for this renderable, or redirect to its child.
inherited
-
keyPressed(
ProviderContainer container, KeyInput key) → bool -
Handle key presses. Return
trueif the key was absorbed, orfalseif another listener further up the tree should handle it.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
ProviderContainer container, int width, int height) → AxelMap -
Produce an AxelMap of the specified size to be shown on screen.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited