MessageBoxButton class

A button for use in an SDL message box.

This is a more friendly interface to SDL_MessageBoxButtonData.

SDL Docs

Constructors

MessageBoxButton(String text, {int id = 0, List<MessageBoxButtonFlags>? flags})
Create a button.

Properties

flags List<MessageBoxButtonFlags>
Flags for this button.
final
hashCode int
The hash code for this object.
no setterinherited
id int
The ID of this button.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text of this button.
final

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