ArnaHelpers class

Helper functions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

copyToClipboard(String text) Future<void>
Copy text to clipboard.
deviceHeight(BuildContext context) double
Get device height.
deviceWidth(BuildContext context) double
Get device width.
isCompact(BuildContext context) bool
Is device compact?
isExpanded(BuildContext context) bool
Is device expanded?
isFirstButton(int index, int length, TextDirection textDirection) bool
Determines if this is the first child that is being laid out.
isLastButton(int index, int length, TextDirection textDirection) bool
Determines if this is the last child that is being laid out.
isMedium(BuildContext context) bool
Is device medium?
pasteFromClipboard() Future<String?>
Paste text from clipboard.