menu
tailwindcss_build package
documentation
table_builder.dart
TableBuilderExtensions
borderColor method
borderColor method
dark_mode
light_mode
borderColor
method
TableBuilder
borderColor
(
Color
color
)
设置边框颜色
Implementation
TableBuilder borderColor(Color color) { return border(TableBorder.all(color: color)); }
tailwindcss_build package
documentation
table_builder
TableBuilderExtensions
borderColor method
TableBuilderExtensions extension on
TableBuilder