IDKitNum extension

on

Properties

hPiece Widget
Get a block of a certain height in the horizontal direction.
no setter
vPiece Widget
Get a block of a certain height in the vertical direction.
no setter

Methods

keepFractionDigits(int fractionDigits, {bool round = true}) String
Convert a number to a string with specified decimal places. fractionDigits : Number of decimal places. round : Carry processing, default true carry , false no carry.