PDResponsiveGridCol class
响应式网格单元配置(描述一个 item 在不同断点占用的列数)。
Constructors
- PDResponsiveGridCol({int mobile = 4, int? tablet, int? desktop, required Widget child})
-
创建一个响应式网格单元。
const
Properties
Methods
-
currentSpan(
int totalColumns) → int -
根据当前总列数
totalColumns计算该 item 实际占用的列数。 -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited