propertiesOf static method

List<Property> propertiesOf(
  1. BuildContext context
)

Implementation

static List<Property> propertiesOf(BuildContext context) {
  return of(context).properties;
}