border property
TableBorderUtility<T>
get
border
Implementation
TableBorderUtility<T> get border {
return TableBorderUtility<T>((value) => only(border: value));
}
TableBorderUtility<T> get border {
return TableBorderUtility<T>((value) => only(border: value));
}