heightPixels property
int
get
heightPixels
The vertical pixels of this size. 垂直范围的像素值
Implementation
static int get heightPixels => (height * scale).toInt();
The vertical pixels of this size. 垂直范围的像素值
static int get heightPixels => (height * scale).toInt();