slick_summary_bars library

Classes

ThreeColumnTextBar
A ThreeColumnTextBar is typically used to display a textual summary bar along the top of the device screen. It has 3 columns marked as c1, c2, and c3. Each column in turn has two fixed rows, wherein, the first row is used to display a label which defines the data that is contained within the second row. The labelText size is smaller than the dataTextSize. Examples where it can be used includes, to display income / expense summary in a Personal Finance Management app, whether forcast for 3 days in a weather app, etc. Keep in mind that it only displays the information using 'text', hence, graphics and other widgets are not supported, as of yet.

Enums

ScalePreset
ScalePreset determines the scaling of _holder which is the main container that holds all other components within a ThreeColumnTextBar. A value of small sets the height of the holder to 45px, medium sets it to 50px, large to 55px, and gigantic to 90px. The label and data text fontSize are also scaled proportionally to the height of the holder, both in the device portrait and landscape orientation.