theta_models 0.1.1 copy "theta_models: ^0.1.1" to clipboard
theta_models: ^0.1.1 copied to clipboard

unlisted

A package for the models used in Theta.

example/example.md

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'
    },
});