menu
tailwindcss_build package
documentation
animated_builder.dart
AnimatedBuilder
height method
height method
dark_mode
light_mode
height
method
AnimatedBuilder
height
(
double
?
height
)
设置高度
Implementation
AnimatedBuilder height(double? height) { _height = height; return this; }
tailwindcss_build package
documentation
animated_builder
AnimatedBuilder
height method
AnimatedBuilder class