Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

Flutter Html text color

Flutter Html Widget 
Html(
    data: 'my text',
    style: {
    "body": Style(
    fontSize: FontSize(18.0),
    fontWeight: FontWeight.bold,
    ),
    },
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Flutter #Html #text #color
ADD COMMENT
Topic
Name
4+4 =