struct UI::ListView::Section

Overview

A section in the list

Defined in:

ui/views/list_view.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(header : String | Nil = nil, items : Array(View) = [] of View, footer : String | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(header _header = @header, items _items = @items, footer _footer = @footer) #

[View source]
def footer : String | Nil #

def header : String | Nil #

def items : Array(View) #