Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

increase widh of TableCell in flutter

Table(
columnWidths: {
                0: FlexColumnWidth(1),
                1: FlexColumnWidth(4),
                2: FlexColumnWidth(4),
              },     
...
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #increase #widh #TableCell #flutter
ADD COMMENT
Topic
Name
4+7 =