LeftChildData constructor

LeftChildData({
  1. Color color = Colors.transparent,
  2. required String string,
  3. required double height,
})

left child data height

Implementation

LeftChildData(
    {this.color = Colors.transparent,
    required this.string,
    required this.height});