Documentation

Trace: List style

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

flutterui:list_style [2026/08/19 09:56]
admin created
flutterui:list_style [2026/08/20 16:12] (current)
admin
Line 125: Line 125:
 The ''​f_list_columnseparator_:​_,​_%20,​%20''​ defines: The ''​f_list_columnseparator_:​_,​_%20,​%20''​ defines:
  
-First separator is '':'',​ second is '',''​ and third is ''<​space>,<​space>''​. We split the column separators by '_+First separator is '':'',​ second is '',''​ and third is ''<​space>,<​space>''​. We split the column separators by ''_''​ and replace following characters:​ 
 + 
 +''​%20''​ with ''<​space>''​ 
 + 
 +''​%5F''​ with ''​_''​ 
 + 
 +''​%2C''​ with '',''​ 
 + 
 +This makes it possible to define standard formats without using complex templates. If your layout is not standard, it's better to use templates!
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information