heightController property

  1. @protected
StreamController<int?> heightController
final

Implementation

@protected
final StreamController<int?> heightController =
    StreamController<int?>.broadcast();