StyleProps class Null safety

Implemented types
Implementers

Constructors

StyleProps({required String? m, required String? mt, required String? mr, required String? mb, required String? ml, required String? mx, required String? my, required String? p, required String? pt, required String? pr, required String? pb, required String? pl, required String? px, required String? py})

Properties

hashCode int
The hash code for this object.
read-only, inherited
m String?
final
mb String?
final
ml String?
final
mr String?
final
mt String?
final
mx String?
final
my String?
final
p String?
final
pb String?
final
pl String?
final
pr String?
final
pt String?
final
px String?
final
py String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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