menu
flutter_androssy package
documentation
views/linear_layout/view.dart
LinearLayout<T extends LinearLayoutController>
attachController method
attachController method
dark_mode
light_mode
attachController
method
@
override
T
attachController
(
T
controller
)
override
Implementation
@override T attachController(T controller) => controller.fromLinearLayout(this) as T;
flutter_androssy package
documentation
views/linear_layout/view
LinearLayout<T extends LinearLayoutController>
attachController method
LinearLayout class