menu
tailwindcss_build package
documentation
table_builder.dart
TableBuilderExtensions
borderWidth method
borderWidth method
dark_mode
light_mode
borderWidth
method
TableBuilder
borderWidth
(
double
width
)
设置边框宽度
Implementation
TableBuilder borderWidth(double width) { return border(TableBorder.all(width: width)); }
tailwindcss_build package
documentation
table_builder
TableBuilderExtensions
borderWidth method
TableBuilderExtensions extension on
TableBuilder