CustomViewBlock class

Constructors

CustomViewBlock({required int viewId, required double offsetX, required double offsetY, required double width, required double height, required bool enableTap, String? text, String? textColor, double? textSize, String? backgroundColor, String? image})
const

Properties

backgroundColor String?
final
enableTap bool
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
image String?
final
offsetX double
final
offsetY double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final
textColor String?
final
textSize double?
final
viewId int
final
width double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited