ComputedStyle constructor

ComputedStyle({
  1. required List<NameValue> properties,
})

Implementation

ComputedStyle({required this.properties});