fromInt method

NotusAttribute<int> fromInt(
  1. int value
)

Creates a font size attribute with specified color value.

Implementation

NotusAttribute<int> fromInt(int value) =>
    NotusAttribute<int>._(key, scope, value);