channel property

dynamic get channel

Implementation

get channel => heightController.value;
set channel (dynamic value)

Implementation

set channel(value) => heightController.value = value;