StyleData.empty constructor

StyleData.empty()

Implementation

factory StyleData.empty() {
  return StyleData({});
}