I have a fluidRow with three columnscontaining some widgets. Can I change the color of the middle column (or all the widgets in this column)?
For example: white column - gray column - white column
I think you can add style to an element; something like that:
column(3, style = "background-color:#4d3a7d;", ...)
Hope this helps
Source: https://habr.com/ru/post/1598965/More articles:LibGDX: Deployment on iOS device: ApplicationVerificationFailed - androidIs it possible to convert a container / row into a container-liquid / in-line liquid at the view breakpoint? - htmlNuget recovery error: this folder contains more than one solution file - c #TFS 2013 will not create a .NET Framework 4.6 project - c #Several windows of varying lengths in the Spark Streaming app - real-time@Inject does not work in AttributeConverter - jpaDelphi XE8: TEdit TextHint disappears when receiving focus - delphiHow to get 'git describe' output in Jenkins build name - jenkinsSort DataTable: commit single column - jqueryConvert float 2-D array to integer 2-dimensional array in Julia - arraysAll Articles