constant static method
Implementation
static ConstantLayout constant(dynamic value, {String? property}) =>
ConstantLayout(value, property: property);
static ConstantLayout constant(dynamic value, {String? property}) =>
ConstantLayout(value, property: property);