theta_models 0.3.1 theta_models: ^0.3.1 copied to clipboard
A package for the models used in Theta.
Example #
Initialize #
ThetaModels.instance.initialize();
Get a IntrinsicState object #
const DynamicIntrinsicState().getStateByType(NType.align);
Get a DynamicAttribute object #
const DynamicAttributes().fromJson(DBKeys.fill, {
'fill': {
'l': [
{'color': '000000', 'stop': 0, 'opacity': 0}
],
't': 's',
'r': 0,
'bF': 'cv'
},
});