SparkLabelTitleData<T>.from constructor

SparkLabelTitleData<T>.from(
  1. String title,
  2. T data
)

Implementation

SparkLabelTitleData.from(this.title, T data) : super(data);